home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earkit / news / thor / rexx / mailtoscripts / awebmailto.readme next >
Text File  |  1998-05-24  |  2KB  |  58 lines

  1. Short    :AWeb mailto script for Thor users. V1.33.
  2. Uploader :shaund@amiganut.demon.co.uk (Shaun Downend)
  3. Author   :shaund@amiganut.demon.co.uk (Shaun Downend)
  4. Type     :comm/www
  5.  
  6. This is a very simple script designed for use with AWeb's mailto:
  7. support. It will take the email address supplied by AWeb and start
  8. a text editor of your choice and automatically fill in the To: field.
  9. When you have finished you save the message and it will appear as an
  10. event in Thor.
  11.  
  12. Configuration in AWeb (1.2b) :-
  13.  
  14. Unfortunately it appears that AWeb does not inherit the DOS path, that
  15. is why I have used the full path of RX below.
  16.  
  17. Enter Change Settings.
  18.  
  19. Network3:  External programs
  20. Type:      mailto:
  21. Command:   sys:rexxc/rx
  22. Arguments: Thor:rexx/AWebMailTo.thor %s
  23.  
  24. Configuration in this script:-
  25.  
  26. MailSystem is the name of your TCP system in THOR, and MailConfName is
  27. obviously the name of your email conference in THOR.
  28.  
  29. Setting AddSignature to 'Y' will make AwebMailTo.thor read your conference/
  30. BBS/global signature settings and add that signature to your mails.
  31.  
  32. Set Editor to the text editor of your choice.
  33.  
  34. Sending a mailto: with AWeb should now produce an EnterMsg event in THOR.
  35. The mail will be sent the next time you use Send Events from ConnectTHOR.
  36.  
  37. Note: THOR does not have to be running for this script to work!
  38.  
  39. History:
  40. ¯¯¯¯¯¯¯¯
  41. AWebMailTo.thor v1.1  (02.04.96) is based on SendMail.thor 1.10 by Troels
  42.                                  Walsted Hansen.
  43.                 v1.2  (18.06.96) Fixed to support ced which requires a
  44.                                  larger stack than default. Temporary
  45.                                  files were not deleted upon an error.
  46.                 v1.3  (21.06.96) Added optional immediate sending of events.
  47.                 v1.31 (10.07.96) Added support for Miami TCP/IP stack.
  48.                       (23.07.96) Now uses Thor's TCP Systems config to
  49.                                  find the mailserver address.
  50.                 v1.32 (23.07.96) Now uses $thor/thorpath to find the path
  51.                                  to Thor.
  52.                 v1.33 (29.07.96) Fixed a stupid bug which was introduced in
  53.                                  v1.32 would cause the script to error if
  54.                                  AddSignature was set to 'N'.
  55.  
  56. ** NOTE! I have been unable to test this with AWebII as I only have 1.2b. **
  57. ** Please report any problems!                                            **
  58.